From: Chong Yidong Date: Sat, 12 Sep 2009 01:30:51 +0000 (+0000) Subject: * fns.c (syms_of_fns): Doc fix (Bug#4227). X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10529 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4bcd744a26e195e0822c13afe4039d86272cc744;p=emacs.git * fns.c (syms_of_fns): Doc fix (Bug#4227). --- diff --git a/src/ChangeLog b/src/ChangeLog index 5eada7c482a..d770e5f65a3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2009-09-12 Chong Yidong + + * fns.c (syms_of_fns): Doc fix (Bug#4227). + 2009-09-12 Stefan Monnier * keymap.c (Fwhere_is_internal): Use nconc2. diff --git a/src/fns.c b/src/fns.c index 562d493b59c..7c3e04e818f 100644 --- a/src/fns.c +++ b/src/fns.c @@ -5251,9 +5251,9 @@ non-nil. */); DEFVAR_BOOL ("use-file-dialog", &use_file_dialog, doc: /* *Non-nil means mouse commands use a file dialog to ask for files. This applies to commands from menus and tool bar buttons even when -they are initiated from the keyboard. The value of `use-dialog-box' -takes precedence over this variable, so a file dialog is only used if -both `use-dialog-box' and this variable are non-nil. */); +they are initiated from the keyboard. If `use-dialog-box' is nil, +that disables the use of a file dialog, regardless of the value of +this variable. */); use_file_dialog = 1; defsubr (&Sidentity);